home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14253 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: news.iadfw.net!usenet
  2. From: Brian Ebarb <ebarb@airmail.net>
  3. Newsgroups: comp.lang.c++,comp.lang.delphi,comp.lang.pascal,comp.lang.pascal.borland,comp.lang.pascal.delphi.misc,comp.os.ms-windows.programmer.misc,comp.os.ms-windows.programmer.tools,comp.os.ms-windows.programmer.tools.misc,comp.windows.ms.programmer
  4. Subject: Re: HELP: C++ or DELPHI ? We need translate DOS program which written in BP/TV.
  5. Date: Fri, 29 Mar 1996 11:41:33 -0600
  6. Organization: customer of Internet America
  7. Message-ID: <315C20CD.7CEE@airmail.net>
  8. References: <DoJ6yG.FIn@actcom.co.il>
  9. NNTP-Posting-Host: dal13-30.ppp.iadfw.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (Win95; I)
  14.  
  15. Alex Levitas wrote:
  16. > Hello, all !
  17. > Can you please help us ? We have program which was written for DOS in
  18. > Borland Pascal 7.0 (user interface in Turbo Vision). Now we want to create
  19. > next version of this program - for Windows. And we try to decide, which
  20. > tool/language is better for this purpose: C++ or DELPHI ? And if we'll go to
  21. > C++, is better Borland C++ 4.xx or Microsoft Visual C ? Can you please send
  22. > us your opinion, thoughts or arguments, which language will better for us,
  23. > and, most important, _why_ you think so, what are reasons to choose this
  24. > language ? Please, send your answer directly to my Email address:
  25. > alexlevi@actcom.co.il
  26. > Thank you very much !
  27. > Best regards,
  28. > Alex.Since Delphi _is_ Pascal, you'll probably find Delphi to be the easiest 
  29. port. Of course, this opine is sight unseen - if your pascal code is 
  30. hack-o-matic, porting it to ANYTHING may be like kissing a tiger on the 
  31. lips.
  32.  
  33. As for Borland C vs. Microsoft vs. Watcom vs. Symantec vs. (ad nauseum), 
  34. my recommendation is simpler: Select a development environment that 
  35. brings a future to both the project and the programmers who have to work 
  36. on it. Real-world commercial apps are written in MFC. Borland doesn't 
  37. support MFC, but OWL. OWL is cute, and quite popular among the 
  38. sparsely-bearded set, but a) OWL experience won't help you get a job, 
  39. and b) finding mature, experienced OWL programmer to maintain your 
  40. project may be a problem down the road. Both Watcom and Symantec have 
  41. licensed MFC from Microsoft, so you can use those if you wish. Watcom's 
  42. multi-OS capabilities are VERY sound, so if you plan on distributing an 
  43. app in multi-OS versions, it's worth a look. If you're interested in 
  44. Windows and Mac cross development, Visual C 4.x has just introduced a 
  45. Mac MFC cross-compile option that (I hear) works fairly well.
  46.  
  47. I use Visual C for 16 and 32 bit apps under Windows. I don't use Delphi, 
  48. Visual Basic, or Power Builder -- although I do make a good living 
  49. rewriting apps that people have TRIED to write in those environments.
  50.  
  51. Don't mess around -- go with the power. Get Visual C and use MFC.
  52. -- 
  53. - Brian Ebarb
  54. ebarb@airmail.net
  55.